clean up AFLAGS management
authorJan Beulich <jbeulich@suse.com>
Thu, 9 Jun 2016 13:46:01 +0000 (15:46 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 9 Jun 2016 13:46:01 +0000 (15:46 +0200)
commitb4c895d64535fdbdad31233a094f746ef1df67a1
tree2e08e27077a4a6500bad33219d2e40843b33563e
parentbaabb747749e408030613bdc42ae9f0cbe489ba8
clean up AFLAGS management

No need to force inclusion of xen/config.h - AFLAGS incorporates
CFLAGS, which already does this.

Also no need to use nested $(filter-out ...) - one of them can deal
with any number of patterns.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/Rules.mk